Skip to main content

About the Reference

These pages provide detailed descriptions of the Epicenter JS libraries implemented by the epicenter-libs package (github.com/forio/epicenter-libs). Each adapter is described on two pages: one for its functions and one for its entities.

To browse the reference pages, use the navigation menu on the left. Use the navigation panel on the left to browse through the reference pages.

What are adapters?

The adapters enable your application to communicate with the Epicenter backend. Each adapter exposes TypeScript functions that make API calls behind the scenes.

Using adapters in your code

To use an adapter, you must add the epicenter-libs package to your project by running npm install epicenter-libs and then import the adapter as shown in this example:

Importing the Account adapter
import { accountAdapter } from 'epicenter-libs';